3.463 \(\int \frac{A+B x}{(e x)^{3/2} \sqrt{a+c x^2}} \, dx\)

Optimal. Leaf size=293 \[ \frac{\sqrt{x} \left (\sqrt{a}+\sqrt{c} x\right ) \sqrt{\frac{a+c x^2}{\left (\sqrt{a}+\sqrt{c} x\right )^2}} \left (\sqrt{a} B+A \sqrt{c}\right ) \text{EllipticF}\left (2 \tan ^{-1}\left (\frac{\sqrt [4]{c} \sqrt{x}}{\sqrt [4]{a}}\right ),\frac{1}{2}\right )}{a^{3/4} \sqrt [4]{c} e \sqrt{e x} \sqrt{a+c x^2}}-\frac{2 A \sqrt [4]{c} \sqrt{x} \left (\sqrt{a}+\sqrt{c} x\right ) \sqrt{\frac{a+c x^2}{\left (\sqrt{a}+\sqrt{c} x\right )^2}} E\left (2 \tan ^{-1}\left (\frac{\sqrt [4]{c} \sqrt{x}}{\sqrt [4]{a}}\right )|\frac{1}{2}\right )}{a^{3/4} e \sqrt{e x} \sqrt{a+c x^2}}-\frac{2 A \sqrt{a+c x^2}}{a e \sqrt{e x}}+\frac{2 A \sqrt{c} x \sqrt{a+c x^2}}{a e \sqrt{e x} \left (\sqrt{a}+\sqrt{c} x\right )} \]

[Out]

(-2*A*Sqrt[a + c*x^2])/(a*e*Sqrt[e*x]) + (2*A*Sqrt[c]*x*Sqrt[a + c*x^2])/(a*e*Sqrt[e*x]*(Sqrt[a] + Sqrt[c]*x))
 - (2*A*c^(1/4)*Sqrt[x]*(Sqrt[a] + Sqrt[c]*x)*Sqrt[(a + c*x^2)/(Sqrt[a] + Sqrt[c]*x)^2]*EllipticE[2*ArcTan[(c^
(1/4)*Sqrt[x])/a^(1/4)], 1/2])/(a^(3/4)*e*Sqrt[e*x]*Sqrt[a + c*x^2]) + ((Sqrt[a]*B + A*Sqrt[c])*Sqrt[x]*(Sqrt[
a] + Sqrt[c]*x)*Sqrt[(a + c*x^2)/(Sqrt[a] + Sqrt[c]*x)^2]*EllipticF[2*ArcTan[(c^(1/4)*Sqrt[x])/a^(1/4)], 1/2])
/(a^(3/4)*c^(1/4)*e*Sqrt[e*x]*Sqrt[a + c*x^2])

________________________________________________________________________________________

Rubi [A]  time = 0.24781, antiderivative size = 293, normalized size of antiderivative = 1., number of steps used = 6, number of rules used = 6, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.25, Rules used = {835, 842, 840, 1198, 220, 1196} \[ \frac{\sqrt{x} \left (\sqrt{a}+\sqrt{c} x\right ) \sqrt{\frac{a+c x^2}{\left (\sqrt{a}+\sqrt{c} x\right )^2}} \left (\sqrt{a} B+A \sqrt{c}\right ) F\left (2 \tan ^{-1}\left (\frac{\sqrt [4]{c} \sqrt{x}}{\sqrt [4]{a}}\right )|\frac{1}{2}\right )}{a^{3/4} \sqrt [4]{c} e \sqrt{e x} \sqrt{a+c x^2}}-\frac{2 A \sqrt [4]{c} \sqrt{x} \left (\sqrt{a}+\sqrt{c} x\right ) \sqrt{\frac{a+c x^2}{\left (\sqrt{a}+\sqrt{c} x\right )^2}} E\left (2 \tan ^{-1}\left (\frac{\sqrt [4]{c} \sqrt{x}}{\sqrt [4]{a}}\right )|\frac{1}{2}\right )}{a^{3/4} e \sqrt{e x} \sqrt{a+c x^2}}-\frac{2 A \sqrt{a+c x^2}}{a e \sqrt{e x}}+\frac{2 A \sqrt{c} x \sqrt{a+c x^2}}{a e \sqrt{e x} \left (\sqrt{a}+\sqrt{c} x\right )} \]

Antiderivative was successfully verified.

[In]

Int[(A + B*x)/((e*x)^(3/2)*Sqrt[a + c*x^2]),x]

[Out]

(-2*A*Sqrt[a + c*x^2])/(a*e*Sqrt[e*x]) + (2*A*Sqrt[c]*x*Sqrt[a + c*x^2])/(a*e*Sqrt[e*x]*(Sqrt[a] + Sqrt[c]*x))
 - (2*A*c^(1/4)*Sqrt[x]*(Sqrt[a] + Sqrt[c]*x)*Sqrt[(a + c*x^2)/(Sqrt[a] + Sqrt[c]*x)^2]*EllipticE[2*ArcTan[(c^
(1/4)*Sqrt[x])/a^(1/4)], 1/2])/(a^(3/4)*e*Sqrt[e*x]*Sqrt[a + c*x^2]) + ((Sqrt[a]*B + A*Sqrt[c])*Sqrt[x]*(Sqrt[
a] + Sqrt[c]*x)*Sqrt[(a + c*x^2)/(Sqrt[a] + Sqrt[c]*x)^2]*EllipticF[2*ArcTan[(c^(1/4)*Sqrt[x])/a^(1/4)], 1/2])
/(a^(3/4)*c^(1/4)*e*Sqrt[e*x]*Sqrt[a + c*x^2])

Rule 835

Int[((d_.) + (e_.)*(x_))^(m_)*((f_.) + (g_.)*(x_))*((a_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Simp[((e*f - d*g)
*(d + e*x)^(m + 1)*(a + c*x^2)^(p + 1))/((m + 1)*(c*d^2 + a*e^2)), x] + Dist[1/((m + 1)*(c*d^2 + a*e^2)), Int[
(d + e*x)^(m + 1)*(a + c*x^2)^p*Simp[(c*d*f + a*e*g)*(m + 1) - c*(e*f - d*g)*(m + 2*p + 3)*x, x], x], x] /; Fr
eeQ[{a, c, d, e, f, g, p}, x] && NeQ[c*d^2 + a*e^2, 0] && LtQ[m, -1] && (IntegerQ[m] || IntegerQ[p] || Integer
sQ[2*m, 2*p])

Rule 842

Int[((f_) + (g_.)*(x_))/(Sqrt[(e_)*(x_)]*Sqrt[(a_) + (c_.)*(x_)^2]), x_Symbol] :> Dist[Sqrt[x]/Sqrt[e*x], Int[
(f + g*x)/(Sqrt[x]*Sqrt[a + c*x^2]), x], x] /; FreeQ[{a, c, e, f, g}, x]

Rule 840

Int[((f_) + (g_.)*(x_))/(Sqrt[x_]*Sqrt[(a_) + (c_.)*(x_)^2]), x_Symbol] :> Dist[2, Subst[Int[(f + g*x^2)/Sqrt[
a + c*x^4], x], x, Sqrt[x]], x] /; FreeQ[{a, c, f, g}, x]

Rule 1198

Int[((d_) + (e_.)*(x_)^2)/Sqrt[(a_) + (c_.)*(x_)^4], x_Symbol] :> With[{q = Rt[c/a, 2]}, Dist[(e + d*q)/q, Int
[1/Sqrt[a + c*x^4], x], x] - Dist[e/q, Int[(1 - q*x^2)/Sqrt[a + c*x^4], x], x] /; NeQ[e + d*q, 0]] /; FreeQ[{a
, c, d, e}, x] && PosQ[c/a]

Rule 220

Int[1/Sqrt[(a_) + (b_.)*(x_)^4], x_Symbol] :> With[{q = Rt[b/a, 4]}, Simp[((1 + q^2*x^2)*Sqrt[(a + b*x^4)/(a*(
1 + q^2*x^2)^2)]*EllipticF[2*ArcTan[q*x], 1/2])/(2*q*Sqrt[a + b*x^4]), x]] /; FreeQ[{a, b}, x] && PosQ[b/a]

Rule 1196

Int[((d_) + (e_.)*(x_)^2)/Sqrt[(a_) + (c_.)*(x_)^4], x_Symbol] :> With[{q = Rt[c/a, 4]}, -Simp[(d*x*Sqrt[a + c
*x^4])/(a*(1 + q^2*x^2)), x] + Simp[(d*(1 + q^2*x^2)*Sqrt[(a + c*x^4)/(a*(1 + q^2*x^2)^2)]*EllipticE[2*ArcTan[
q*x], 1/2])/(q*Sqrt[a + c*x^4]), x] /; EqQ[e + d*q^2, 0]] /; FreeQ[{a, c, d, e}, x] && PosQ[c/a]

Rubi steps

\begin{align*} \int \frac{A+B x}{(e x)^{3/2} \sqrt{a+c x^2}} \, dx &=-\frac{2 A \sqrt{a+c x^2}}{a e \sqrt{e x}}-\frac{2 \int \frac{-\frac{1}{2} a B e-\frac{1}{2} A c e x}{\sqrt{e x} \sqrt{a+c x^2}} \, dx}{a e^2}\\ &=-\frac{2 A \sqrt{a+c x^2}}{a e \sqrt{e x}}-\frac{\left (2 \sqrt{x}\right ) \int \frac{-\frac{1}{2} a B e-\frac{1}{2} A c e x}{\sqrt{x} \sqrt{a+c x^2}} \, dx}{a e^2 \sqrt{e x}}\\ &=-\frac{2 A \sqrt{a+c x^2}}{a e \sqrt{e x}}-\frac{\left (4 \sqrt{x}\right ) \operatorname{Subst}\left (\int \frac{-\frac{1}{2} a B e-\frac{1}{2} A c e x^2}{\sqrt{a+c x^4}} \, dx,x,\sqrt{x}\right )}{a e^2 \sqrt{e x}}\\ &=-\frac{2 A \sqrt{a+c x^2}}{a e \sqrt{e x}}+\frac{\left (2 \left (\sqrt{a} B+A \sqrt{c}\right ) \sqrt{x}\right ) \operatorname{Subst}\left (\int \frac{1}{\sqrt{a+c x^4}} \, dx,x,\sqrt{x}\right )}{\sqrt{a} e \sqrt{e x}}-\frac{\left (2 A \sqrt{c} \sqrt{x}\right ) \operatorname{Subst}\left (\int \frac{1-\frac{\sqrt{c} x^2}{\sqrt{a}}}{\sqrt{a+c x^4}} \, dx,x,\sqrt{x}\right )}{\sqrt{a} e \sqrt{e x}}\\ &=-\frac{2 A \sqrt{a+c x^2}}{a e \sqrt{e x}}+\frac{2 A \sqrt{c} x \sqrt{a+c x^2}}{a e \sqrt{e x} \left (\sqrt{a}+\sqrt{c} x\right )}-\frac{2 A \sqrt [4]{c} \sqrt{x} \left (\sqrt{a}+\sqrt{c} x\right ) \sqrt{\frac{a+c x^2}{\left (\sqrt{a}+\sqrt{c} x\right )^2}} E\left (2 \tan ^{-1}\left (\frac{\sqrt [4]{c} \sqrt{x}}{\sqrt [4]{a}}\right )|\frac{1}{2}\right )}{a^{3/4} e \sqrt{e x} \sqrt{a+c x^2}}+\frac{\left (\sqrt{a} B+A \sqrt{c}\right ) \sqrt{x} \left (\sqrt{a}+\sqrt{c} x\right ) \sqrt{\frac{a+c x^2}{\left (\sqrt{a}+\sqrt{c} x\right )^2}} F\left (2 \tan ^{-1}\left (\frac{\sqrt [4]{c} \sqrt{x}}{\sqrt [4]{a}}\right )|\frac{1}{2}\right )}{a^{3/4} \sqrt [4]{c} e \sqrt{e x} \sqrt{a+c x^2}}\\ \end{align*}

Mathematica [C]  time = 0.0336132, size = 80, normalized size = 0.27 \[ \frac{2 x \sqrt{\frac{c x^2}{a}+1} \left (B x \, _2F_1\left (\frac{1}{4},\frac{1}{2};\frac{5}{4};-\frac{c x^2}{a}\right )-A \, _2F_1\left (-\frac{1}{4},\frac{1}{2};\frac{3}{4};-\frac{c x^2}{a}\right )\right )}{(e x)^{3/2} \sqrt{a+c x^2}} \]

Antiderivative was successfully verified.

[In]

Integrate[(A + B*x)/((e*x)^(3/2)*Sqrt[a + c*x^2]),x]

[Out]

(2*x*Sqrt[1 + (c*x^2)/a]*(-(A*Hypergeometric2F1[-1/4, 1/2, 3/4, -((c*x^2)/a)]) + B*x*Hypergeometric2F1[1/4, 1/
2, 5/4, -((c*x^2)/a)]))/((e*x)^(3/2)*Sqrt[a + c*x^2])

________________________________________________________________________________________

Maple [A]  time = 0.02, size = 296, normalized size = 1. \begin{align*}{\frac{1}{ace} \left ( -A\sqrt{{ \left ( cx+\sqrt{-ac} \right ){\frac{1}{\sqrt{-ac}}}}}\sqrt{2}\sqrt{{ \left ( -cx+\sqrt{-ac} \right ){\frac{1}{\sqrt{-ac}}}}}\sqrt{-{cx{\frac{1}{\sqrt{-ac}}}}}{\it EllipticF} \left ( \sqrt{{ \left ( cx+\sqrt{-ac} \right ){\frac{1}{\sqrt{-ac}}}}},{\frac{\sqrt{2}}{2}} \right ) ac+2\,A\sqrt{{\frac{cx+\sqrt{-ac}}{\sqrt{-ac}}}}\sqrt{2}\sqrt{{\frac{-cx+\sqrt{-ac}}{\sqrt{-ac}}}}\sqrt{-{\frac{cx}{\sqrt{-ac}}}}{\it EllipticE} \left ( \sqrt{{\frac{cx+\sqrt{-ac}}{\sqrt{-ac}}}},1/2\,\sqrt{2} \right ) ac+B\sqrt{{ \left ( cx+\sqrt{-ac} \right ){\frac{1}{\sqrt{-ac}}}}}\sqrt{2}\sqrt{{ \left ( -cx+\sqrt{-ac} \right ){\frac{1}{\sqrt{-ac}}}}}\sqrt{-{cx{\frac{1}{\sqrt{-ac}}}}}{\it EllipticF} \left ( \sqrt{{ \left ( cx+\sqrt{-ac} \right ){\frac{1}{\sqrt{-ac}}}}},{\frac{\sqrt{2}}{2}} \right ) \sqrt{-ac}a-2\,A{c}^{2}{x}^{2}-2\,aAc \right ){\frac{1}{\sqrt{c{x}^{2}+a}}}{\frac{1}{\sqrt{ex}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((B*x+A)/(e*x)^(3/2)/(c*x^2+a)^(1/2),x)

[Out]

(-A*((c*x+(-a*c)^(1/2))/(-a*c)^(1/2))^(1/2)*2^(1/2)*((-c*x+(-a*c)^(1/2))/(-a*c)^(1/2))^(1/2)*(-x*c/(-a*c)^(1/2
))^(1/2)*EllipticF(((c*x+(-a*c)^(1/2))/(-a*c)^(1/2))^(1/2),1/2*2^(1/2))*a*c+2*A*((c*x+(-a*c)^(1/2))/(-a*c)^(1/
2))^(1/2)*2^(1/2)*((-c*x+(-a*c)^(1/2))/(-a*c)^(1/2))^(1/2)*(-x*c/(-a*c)^(1/2))^(1/2)*EllipticE(((c*x+(-a*c)^(1
/2))/(-a*c)^(1/2))^(1/2),1/2*2^(1/2))*a*c+B*((c*x+(-a*c)^(1/2))/(-a*c)^(1/2))^(1/2)*2^(1/2)*((-c*x+(-a*c)^(1/2
))/(-a*c)^(1/2))^(1/2)*(-x*c/(-a*c)^(1/2))^(1/2)*EllipticF(((c*x+(-a*c)^(1/2))/(-a*c)^(1/2))^(1/2),1/2*2^(1/2)
)*(-a*c)^(1/2)*a-2*A*c^2*x^2-2*a*A*c)/(c*x^2+a)^(1/2)/c/e/(e*x)^(1/2)/a

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{B x + A}{\sqrt{c x^{2} + a} \left (e x\right )^{\frac{3}{2}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)/(e*x)^(3/2)/(c*x^2+a)^(1/2),x, algorithm="maxima")

[Out]

integrate((B*x + A)/(sqrt(c*x^2 + a)*(e*x)^(3/2)), x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{\sqrt{c x^{2} + a}{\left (B x + A\right )} \sqrt{e x}}{c e^{2} x^{4} + a e^{2} x^{2}}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)/(e*x)^(3/2)/(c*x^2+a)^(1/2),x, algorithm="fricas")

[Out]

integral(sqrt(c*x^2 + a)*(B*x + A)*sqrt(e*x)/(c*e^2*x^4 + a*e^2*x^2), x)

________________________________________________________________________________________

Sympy [C]  time = 8.57107, size = 97, normalized size = 0.33 \begin{align*} \frac{A \Gamma \left (- \frac{1}{4}\right ){{}_{2}F_{1}\left (\begin{matrix} - \frac{1}{4}, \frac{1}{2} \\ \frac{3}{4} \end{matrix}\middle |{\frac{c x^{2} e^{i \pi }}{a}} \right )}}{2 \sqrt{a} e^{\frac{3}{2}} \sqrt{x} \Gamma \left (\frac{3}{4}\right )} + \frac{B \sqrt{x} \Gamma \left (\frac{1}{4}\right ){{}_{2}F_{1}\left (\begin{matrix} \frac{1}{4}, \frac{1}{2} \\ \frac{5}{4} \end{matrix}\middle |{\frac{c x^{2} e^{i \pi }}{a}} \right )}}{2 \sqrt{a} e^{\frac{3}{2}} \Gamma \left (\frac{5}{4}\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)/(e*x)**(3/2)/(c*x**2+a)**(1/2),x)

[Out]

A*gamma(-1/4)*hyper((-1/4, 1/2), (3/4,), c*x**2*exp_polar(I*pi)/a)/(2*sqrt(a)*e**(3/2)*sqrt(x)*gamma(3/4)) + B
*sqrt(x)*gamma(1/4)*hyper((1/4, 1/2), (5/4,), c*x**2*exp_polar(I*pi)/a)/(2*sqrt(a)*e**(3/2)*gamma(5/4))

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{B x + A}{\sqrt{c x^{2} + a} \left (e x\right )^{\frac{3}{2}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)/(e*x)^(3/2)/(c*x^2+a)^(1/2),x, algorithm="giac")

[Out]

integrate((B*x + A)/(sqrt(c*x^2 + a)*(e*x)^(3/2)), x)